forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[device/celestica]: Implement Questone2BD platform API version 1.0 #149
Merged
pphuchar
merged 6 commits into
SONIC-DEV:201911_cel_wb
from
mudsut4ke:201911_cel_wb_questone2bd_api
Apr 13, 2020
Merged
[device/celestica]: Implement Questone2BD platform API version 1.0 #149
pphuchar
merged 6 commits into
SONIC-DEV:201911_cel_wb
from
mudsut4ke:201911_cel_wb_questone2bd_api
Apr 13, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pphuchar
requested changes
Apr 10, 2020
device/celestica/x86_64-cel_questone2bd-r0/sonic_platform/psu.py
Outdated
Show resolved
Hide resolved
pphuchar
requested changes
Apr 13, 2020
device/celestica/x86_64-cel_questone2bd-r0/sonic_platform/fan.py
Outdated
Show resolved
Hide resolved
pphuchar
approved these changes
Apr 13, 2020
mudsut4ke
pushed a commit
that referenced
this pull request
Jan 25, 2021
Commits include: * src/sonic-platform-common d912db6...fa0aaa6 (3): > [sonic_sfp]: add logical_to_asic dict (#141) > [sonic_pcie][sonic_ssd] Make Python 3-compliant (#150) > [eeprom_base] Close lock file after unlocking (#149)
mudsut4ke
pushed a commit
that referenced
this pull request
Mar 16, 2021
This PR includes the following commit in sonic-platform-daemons 068bccc [xcvrd] Store mux_cable telemetry data in State DB (#148) 93cac0a [ci]: download from sonic-buildimage.vs artifact (#152) d651e9b [GitHub] Add pull request template (#151) bd7830b [pcied] Remove unnecessary message and move the configuration path (#144) 9080fda [ci] Call pip2/3 using sudo (#150) de60784 [ci] Test and build packages using Azure Pipelines (#149) 8bf0fd1 [ledd] Refactor to allow for more thorough unit testing; Increase unit test coverage (#147) 26bdc9e Set up CI with Azure Pipelines 1fcaa57 [pcied] Add PCIe AER stats collection (#100) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
jerseyang
pushed a commit
that referenced
this pull request
Jun 4, 2021
This PR includes the following commit in sonic-platform-daemons 068bccc [xcvrd] Store mux_cable telemetry data in State DB (#148) 93cac0a [ci]: download from sonic-buildimage.vs artifact (#152) d651e9b [GitHub] Add pull request template (#151) bd7830b [pcied] Remove unnecessary message and move the configuration path (#144) 9080fda [ci] Call pip2/3 using sudo (#150) de60784 [ci] Test and build packages using Azure Pipelines (#149) 8bf0fd1 [ledd] Refactor to allow for more thorough unit testing; Increase unit test coverage (#147) 26bdc9e Set up CI with Azure Pipelines 1fcaa57 [pcied] Add PCIe AER stats collection (#100) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
sonic_platform_base
on 201911 branch- How I did it
sonic-platform-module-cel
- How to verify it